var runtime.finc
9 uses
runtime (current package)
mfinal.go#L46: var finc *finblock // cache of free blocks
mfinal.go#L107: if finc == nil {
mfinal.go#L108: finc = (*finblock)(persistentalloc(_FinBlockSize, 0, &memstats.gcMiscSys))
mfinal.go#L109: finc.alllink = allfin
mfinal.go#L110: allfin = finc
mfinal.go#L127: block := finc
mfinal.go#L128: finc = block.next
mfinal.go#L269: fb.next = finc
mfinal.go#L270: finc = fb
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |